Assign the size of the screen to the root window
authorKristian Rietveld <kris@gtk.org>
Tue, 15 Sep 2009 09:04:50 +0000 (11:04 +0200)
committerKristian Rietveld <kris@gtk.org>
Wed, 16 Sep 2009 06:48:49 +0000 (08:48 +0200)
commitd797dcc4dd3454d768743702c7094f549bc34315
tree2e3c0fe663879257ce2c04b89a0c2af315508d61
parentcf80feb3dd4d458bc82a7cc023007ad39f3d781e
Assign the size of the screen to the root window

On startup, the root window got assigned the size of the main screen.
But, the GdkScreen has the width of all screens/monitors connected to the
machine.  Change this so that in _gdk_windowing_window_init, we assign
the width/height of all monitors to the root window width, height.
Should fix bug 594738.
gdk/quartz/gdkwindow-quartz.c